From: Alexandre Emsenhuber Date: Tue, 26 Aug 2008 15:31:52 +0000 (+0000) Subject: Fix path. Patch by rindolf on IRC. X-Git-Tag: 1.31.0-rc.0~45650 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=d0f5178dc7991facd1ae41f32dd9e33f498c71de;p=lhc%2Fweb%2Fwiklou.git Fix path. Patch by rindolf on IRC. --- diff --git a/t/inc/Database.t b/t/inc/Database.t index 5092be9de2..6355c2f540 100644 --- a/t/inc/Database.t +++ b/t/inc/Database.t @@ -12,7 +12,7 @@ plan( 13 ); require_ok( 'includes/ProfilerStub.php' ); require_ok( 'includes/GlobalFunctions.php' ); require_ok( 'includes/Exception.php' ); -require_ok( 'includes/Database.php' ); +require_ok( 'includes/db/Database.php' ); $db = new Database( $wgDBserver, $wgDBuser, $wgDBpassword );